home *** CD-ROM | disk | FTP | other *** search
/ Graphics & Sound Program…ng Techniques for the Mac / Graphics and Sound Programming Techniques for the Mac.iso / M&T Graphics & Sound Examples / Metrowerks Versions / C09 App-QuickTime / P01 Film Edit / Defines.h < prev    next >
Encoding:
Text File  |  1995-08-05  |  981 b   |  33 lines  |  [TEXT/MMCC]

  1. //____________________________________________________________
  2. //    Defines.h
  3. //
  4. //    Copyright © Dan Parks Sydow, 1995
  5. //    From the book:
  6. //    "Graphics and Sound Programming Techniques for the Mac",
  7. //    M&T Books, 1995
  8.  
  9.  
  10. //____________________________________________________________
  11.  
  12. #define     kMovieWindowType        1
  13. #define     rMovieWindow          128
  14. #define     rMenuBar              128
  15. #define     mApple                128
  16. #define     iAbout                  1
  17. #define     mFile                 129
  18. #define     iOpen                   1
  19. #define     iClose                  2
  20. #define     iSave                   3
  21. #define     iSaveAs                 4
  22. #define     iQuit                   6
  23. #define     mEdit                 130
  24. #define     iUndo                   1
  25. #define     iCut                    3
  26. #define     iCopy                   4
  27. #define     iPaste                  5
  28. #define     iClear                  6
  29. #define     iSelectAll              7
  30.  
  31.  
  32.  
  33.